home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Explore Yellowstone
/
Explore Yellowstone (1997)(The Learning Company)[PC-Mac].iso
/
mac
/
GUIDECON.DIR
/
00011_Script_sc bookmark
< prev
next >
Wrap
Text File
|
1996-02-29
|
573b
|
21 lines
on mouseDown
-- button is hardwired for speed & to eliminate ambiguous behavior
set the castNum of sprite 4 to the number of cast "BOOKMK1"
updateStage
puppetSprite gsGuideChannel, FALSE -- clear the old button
end
on mouseUp
-- button is hardwired for speed & to eliminate ambiguous behavior
global gbTOC, indexLine, subjectLine
set the castNum of sprite 4 to the number of cast "BOOKMK2" -- hardwired to 4
updateStage
set gbTOC = FALSE
set indexLine = 0
set subjectLine = 0
GetBookmarksList
go to "bookmark1"
end